Remove unused code
authorFederico Mena Quintero <federico@gnome.org>
Mon, 10 Dec 2012 23:16:36 +0000 (17:16 -0600)
committerFederico Mena Quintero <federico@gnome.org>
Mon, 10 Dec 2012 23:16:36 +0000 (17:16 -0600)
gtk/gtkfilechooserdefault.c

index adbbcb36ad493ba79806d38f6c8f06b07fdae1e8..e677f840590289cf4311a283b8d98c5a949cbe1d 100644 (file)
@@ -222,22 +222,6 @@ enum {
   GTK_TREE_MODEL_ROW,
 };
 
-/* #if REMOVE_FOR_PLACES_SIDEBAR - this is used in operation_mode_set(), so don't remove it yet */
-/* Interesting places in the shortcuts bar */
-typedef enum {
-  SHORTCUTS_SEARCH,
-  SHORTCUTS_RECENT,
-  SHORTCUTS_RECENT_SEPARATOR,
-  SHORTCUTS_HOME,
-  SHORTCUTS_DESKTOP,
-  SHORTCUTS_VOLUMES,
-  SHORTCUTS_SHORTCUTS,
-  SHORTCUTS_BOOKMARKS_SEPARATOR,
-  SHORTCUTS_BOOKMARKS,
-  SHORTCUTS_CURRENT_FOLDER_SEPARATOR,
-  SHORTCUTS_CURRENT_FOLDER
-} ShortcutsIndex;
-
 /* Icon size for if we can't get it from the theme */
 #define FALLBACK_ICON_SIZE 16